GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetTextHeight_2 Method





In This Topic
GetTextHeight_2 Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function GetTextHeight_2( _
   ByVal FontResName As String, _
   ByVal TextSize As Single, _
   ByVal UseFontBox As Boolean _
) As Single
public float GetTextHeight_2( 
   string FontResName,
   float TextSize,
   bool UseFontBox
)
public function GetTextHeight_2( 
    FontResName: String;
    TextSize: Single;
    UseFontBox: Boolean
): Single; 
public function GetTextHeight_2( 
   FontResName : String,
   TextSize : float,
   UseFontBox : boolean
) : float;
public: float GetTextHeight_2( 
   string* FontResName,
   float TextSize,
   bool UseFontBox
) 
public:
float GetTextHeight_2( 
   String^ FontResName,
   float TextSize,
   bool UseFontBox
) 

Parameters

FontResName
TextSize
UseFontBox
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members